<xs:simpleType name="ASINType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation>The ASIN of an Amazon product.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="0" /> <xs:maxLength value="10" /> </xs:restriction> </xs:simpleType>
© 2022 All Rights Reserved.